home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / apps.to.go / AppsToGo.docs / ==MPW read me < prev    next >
Encoding:
Text File  |  1994-02-22  |  1.1 KB  |  37 lines  |  [TEXT/MPS ]

  1. Everything for building in Metrowerks, MPW or THINK is included.
  2.  
  3. MPW users:
  4.  
  5. You will first need to build the DTS.framework libraries.  The libraries are named:
  6.     DTS.Lib_controls
  7.     DTS.Lib_ctlhandler
  8.     DTS.Lib_framework
  9.     DTS.Lib_strings
  10.     DTS.Lib_treeobj
  11.     DTS.Lib_utils
  12.  
  13. First build these libraries.  The sample applications all need these libraries.
  14.  
  15. The script DTS.Lib_all.make has been added to make this multi-build process easier.
  16. To start the build, copy the below onto your Worksheet and press Enter:
  17. DTS.Lib_all.make
  18.  
  19. Once the libraries are built, and it will take some time, you can then build the
  20. sample applications.
  21.  
  22. NOTES:  The sample application build scripts make the assumption that the sample is at
  23.         the same directory level as DTS.Lib.
  24.  
  25.         The DTS.Lib framework has QuickTime support.  Due to this, you will need the
  26.         QuickTime headers to be able to compile it.
  27.  
  28.  
  29. That's all there is to it.  Have fun.
  30.  
  31. If you have any comments or questions, please let me know.  I want to continue
  32. to make this stuff easier to use, while being more useful, so let me know what
  33. you think, or it won't happen.
  34.  
  35.  
  36. Eric Soldan, Apple DTS
  37.